home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / machserver / 1.098 / include / sun3.md / vmMach.h < prev   
C/C++ Source or Header  |  1989-09-05  |  521b  |  25 lines

  1. /*
  2.  * vmMach.h --
  3.  *
  4.  *     Commands to give to the virtual memory command routine.
  5.  *     the virtual memory module.
  6.  *
  7.  * Copyright 1985 Regents of the University of California
  8.  * All rights reserved.
  9.  *
  10.  *
  11.  * $Header: /sprite/src/lib/include/sun3.md/RCS/vmMach.h,v 1.1 89/09/02 17:38:59 rab Exp $ SPRITE (Berkeley)
  12.  */
  13.  
  14. #ifndef _VMMACHUSER
  15. #define _VMMACHUSER
  16.  
  17. #include "sprite.h"
  18.  
  19. /*
  20.  * The different sun dependent commands to give to Vm_Cmd.  They should
  21.  * start at VM_FIRST_MACH_CMD.
  22.  */
  23.  
  24. #endif /* _VMMACHUSER */
  25.